home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 June / Designer's Club 1997 June.iso / pc / ideasrc / demo2.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1997-05-11  |  195 b   |  11 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the visible of sprite 4 to 0
  4.     updateStage()
  5.   end repeat
  6.   set the visible of sprite 4 to 1
  7.   sound stop 1
  8.   sound stop 2
  9.   go(1, "main")
  10. end
  11.